@charset "utf-8";
/* CSS Document */
.hp-tile {
	color: var(--white);
}
.hp-tile>div{
  height: 100%;
  background-color:#05507f;
}
.hp-tile h1,
.hp-tile h2{
  border-bottom: 2px solid rgba(245,245,245,0.5);
  color: var(--white);
  padding-bottom: 5px;
  margin-bottom: 10px;
	width: 100%;
}
.hp-tile ul{
 padding: 0;
}
.hp-tile li{
  list-style: none;
}
.hp-tile a{
	color: var(--white);
}
.hp-tile a:hover{
	color:var(--secondary);
}